interface WithdrawStake {
    amount_withdrawn: bigint;
    pool_address: string;
}

Properties

amount_withdrawn: bigint
pool_address: string