Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedFeePayOperation

Fees paid by an accoun.

Hierarchy

Index

Properties

block

block: number

op

op: { type: "fee_pay_operation"; value: { amount: { amount: string; nai: string; precision: number }; from: string; to: string } }

Type declaration

  • type: "fee_pay_operation"
  • value: { amount: { amount: string; nai: string; precision: number }; from: string; to: string }
    • amount: { amount: string; nai: string; precision: number }
      • amount: string
      • nai: string
      • precision: number
    • from: string
    • to: string

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