dsteem
    Preparing search index...

    Interface DelegateVestingSharesOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    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.