Interface DelegateVestingSharesOperation

Generic operation.

Hierarchy

  • Operation

    Hierarchy

    • DelegateVestingSharesOperation

Properties

0 1

Properties

0: "delegate_vesting_shares"
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.

Generated using TypeDoc