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

interface GetStakesByIdsParams {
    stakedSuiIds: string[];
}

Properties

Properties

stakedSuiIds: string[]