Interface DelegateVestingSharesOperation

Generic operation.

interface DelegateVestingSharesOperation {
    0: "delegate_vesting_shares";
    1: {
        delegatee: string;
        delegator: string;
        vesting_shares: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    delegatee: string;
    delegator: string;
    vesting_shares: string | Asset;
}

Type declaration

  • delegatee: string

    The account receiving vesting shares.

  • delegator: string

    The account delegating vesting shares.

  • vesting_shares: string | Asset

    The amount of vesting shares delegated.