interface StakedSui {
    id: UID;
    pool_id: string;
    principal: bigint;
    stake_activation_epoch: bigint;
}

Properties

id: UID
pool_id: string
principal: bigint
stake_activation_epoch: bigint