BalanceWithdraw
Input for withdrawing funds from an accumulator.
type BalanceWithdraw {
reservation: WithdrawalReservation
type: MoveType
withdrawFrom: WithdrawFrom
}
Fields
BalanceWithdraw.reservation ● WithdrawalReservation union
How much to withdraw from the accumulator.
BalanceWithdraw.type ● MoveType object
The type of the funds accumulator to withdraw from (e.g. 0x2::balance::Balance<0x2::sui::SUI>).
BalanceWithdraw.withdrawFrom ● WithdrawFrom enum
The account to withdraw funds from.
Implemented By
TransactionInput union