Fully decoded stake account.

1.1.0

interface DecodedStakeAccount {
    creditsObserved: null | bigint;
    meta: null | StakeMeta;
    stake: null | StakeDelegation;
    type: StakeAccountType;
}

Properties

creditsObserved: null | bigint
meta: null | StakeMeta
stake: null | StakeDelegation