aiken/transaction/certificate
Types
An on-chain certificate attesting of some operation. Publishing certificates / triggers different kind of rules; most of the time, they require signatures from / specific keys.
Constructors
-
CredentialRegistration { delegator: StakeCredential }
-
CredentialDeregistration { delegator: StakeCredential }
-
CredentialDelegation { delegator: StakeCredential, delegatee: PoolId }
-
PoolRegistration { pool_id: PoolId, vrf: Hash<Blake2b_224, VerificationKey> }
-
PoolDeregistration { pool_id: PoolId, epoch: Int }
-
Governance
-
TreasuryMovement