Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data StakingCredential Source #
Staking credential used to assign rewards
Instances
data Credential Source #
Credential required to unlock a transaction output
PubKeyCredential PubKeyHash |
The transaction that spends this output must be signed by the private key |
ScriptCredential ValidatorHash |
The transaction that spends this output must include the validator script and be accepted by the validator. |