Coda by Ian Macalinao
    Preparing search index...

    Type Alias SplStakePoolPluginAccounts

    type SplStakePoolPluginAccounts = {
        stakePool: ReturnType<typeof getStakePoolCodec> & SelfFetchFunctions<
            StakePoolArgs,
            StakePool,
        >;
        validatorList: ReturnType<typeof getValidatorListCodec> & SelfFetchFunctions<
            ValidatorListArgs,
            ValidatorList,
        >;
    }
    Index
    stakePool: ReturnType<typeof getStakePoolCodec> & SelfFetchFunctions<
        StakePoolArgs,
        StakePool,
    >
    validatorList: ReturnType<typeof getValidatorListCodec> & SelfFetchFunctions<
        ValidatorListArgs,
        ValidatorList,
    >