export interface WithdrawResult {
    txId: bigint;
    amount: bigint;
}
