cardano::shelley::StakeDelegation struct

A stake delegation certificate.

CDDL description:

stake_delegation = (2, stake_credential, pool_keyhash)

Public static functions

static auto TypeTag() →  Uint constexpr
The cerificate type CBOR tag.

Public variables

StakeCredential stake_credential
The certificate stake credential.
PoolKeyHash pool_keyhash
The identity of the stake pool intended for delegation.