Documentation

    Interface GetStakesByIdsParams

    Return one or more [DelegatedStake]. If a Stake was withdrawn its status will be Unstaked.

    interface GetStakesByIdsParams {
        signal?: AbortSignal;
        stakedSuiIds: string[];
    }
    Index

    Properties

    signal?: AbortSignal
    stakedSuiIds: string[]
    MMNEPVFCICPMFPCPTTAAATR