interface StakePoolRegistration {
    stakePool: StakePool;
    type: "stakePoolRegistration";
}

Properties

Properties

stakePool: StakePool
type: "stakePoolRegistration"