Type alias StakeDelegationCertificate

StakeDelegationCertificate: {
    certType: STAKE_DELEGATION;
    poolHash: string;
    stakeCredential: Credential;
}

Type declaration