Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedDelegateVestingSharesOperation

Hierarchy

Index

Properties

block

block: number

op

op: { type: "delegate_vesting_shares_operation"; value: { delegatee: string; delegator: string; vesting_shares: { amount: string; nai: string; precision: number } } }

Type declaration

  • type: "delegate_vesting_shares_operation"
  • value: { delegatee: string; delegator: string; vesting_shares: { amount: string; nai: string; precision: number } }
    • delegatee: string

      The account receiving vesting shares.

    • delegator: string

      The account delegating vesting shares.

    • vesting_shares: { amount: string; nai: string; precision: number }

      The amount of vesting shares delegated.

      • amount: string
      • nai: string
      • precision: number

op_in_trx

op_in_trx: number

timestamp

timestamp: string

trx_id

trx_id: string

trx_in_block

trx_in_block: number

virtual_op

virtual_op: number

Generated using TypeDoc