Skip to main content

PStakingCredential

Staking credentials used as the second (optional) part of an address and responsible of moving stake around.

Definition:

export const PStakingCredential = 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