Coda by Ian Macalinao
    Preparing search index...
    interface SplStakePoolPluginAccounts {
        stakePool: Codec<StakePoolArgs, StakePool> & SelfFetchFunctions<
            StakePoolArgs,
            StakePool,
        >;
        validatorList: Codec<ValidatorListArgs, ValidatorList> & SelfFetchFunctions<
            ValidatorListArgs,
            ValidatorList,
        >;
    }
    Index

    Properties

    stakePool: Codec<StakePoolArgs, StakePool> & SelfFetchFunctions<
        StakePoolArgs,
        StakePool,
    >
    validatorList: Codec<ValidatorListArgs, ValidatorList> & SelfFetchFunctions<
        ValidatorListArgs,
        ValidatorList,
    >