Type alias StakeDelegationCertificate

StakeDelegationCertificate: {
    cert: {
        poolHash: string;
        stakeCredential: StakeCredential;
    };
    type: STAKE_DELEGATION;
}

Type declaration