Coda by Ian Macalinao
    Preparing search index...

    Interface CleanupRemovedValidatorEntriesInput<TAccountStakePool, TAccountValidatorList>

    interface CleanupRemovedValidatorEntriesInput<
        TAccountStakePool extends string = string,
        TAccountValidatorList extends string = string,
    > {
        stakePool: Address<TAccountStakePool>;
        validatorList: Address<TAccountValidatorList>;
    }

    Type Parameters

    • TAccountStakePool extends string = string
    • TAccountValidatorList extends string = string
    Index

    Properties

    stakePool: Address<TAccountStakePool>
    validatorList: Address<TAccountValidatorList>