WithdrawFrom
The account to withdraw funds from.
enum WithdrawFrom {
SENDER
SPONSOR
SENDER_ALLOWANCE
}
Values
WithdrawFrom.SENDER
The funds are withdrawn from the transaction sender's account.
WithdrawFrom.SPONSOR
The funds are withdrawn from the sponsor's account.
WithdrawFrom.SENDER_ALLOWANCE
The funds are withdrawn from the account of an allowance's funder, under an allowance granted to the transaction sender. See BalanceWithdraw.funder and BalanceWithdraw.allowance.
Member Of
BalanceWithdraw object