Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Address and staking address credentials for outputs.
Documentation
data StakingCredential Source #
Staking credential used to assign rewards.
StakingHash Credential | The staking hash is the |
StakingPtr | The certificate pointer, constructed by the given
slot number, transaction and certificate indices.
NB: The fields should really be all |
Instances
data Credential Source #
Credentials required to unlock a transaction output.
PubKeyCredential PubKeyHash | The transaction that spends this output must be signed by the private key.
See |
ScriptCredential ScriptHash | The transaction that spends this output must include the validator script and
be accepted by the validator. See |