Interface FillVestingWithdrawOperation
interface FillVestingWithdrawOperation { 0: "fill_vesting_withdraw"; 1: { deposited: string | Asset; from_account: string; to_account: string; withdrawn: string | Asset; }; } Properties
1
1: { deposited: string | Asset; from_account: string; to_account: string; withdrawn: string | Asset; }
Generic operation.