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

Properties

amount_withdrawn: bigint
delegator_address: string
pool_address: string