PStakingCredentials
staking credentials; used as the second (optional) part of an address and responsibile of moving stake around.
definition:
export const PStakingCredentials = pstruct({
PStakingHash: { _0: PCredential.type },
PStakingPtr: {
_0: int,
_1: int,
_2: int
}
});
PStakingHash
actual stake credentials (either pubKeyHash or validator hash)
_0
type: PCredential
PStakingPtr
stake credential pointer;
_0
type: TermInt
_1
type: TermInt
_2
type: TermInt