interface WithdrawEvent {
    amount: bigint;
}

Properties

Properties

amount: bigint