Interface FillVestingWithdrawOperation

Generic operation.

interface FillVestingWithdrawOperation {
    0: "fill_vesting_withdraw";
    1: {
        deposited: string | Asset;
        from_account: string;
        to_account: string;
        withdrawn: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    deposited: string | Asset;
    from_account: string;
    to_account: string;
    withdrawn: string | Asset;
}