Interface WithdrawVestingOperation
interface WithdrawVestingOperation { 0: "withdraw_vesting"; 1: { account: string; vesting_shares: string | Asset; }; } Properties
1
1: { account: string; vesting_shares: string | Asset; } Type declaration
account: string
vesting_shares: string | Asset
Generic operation.