Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TronRawTxn

Hierarchy

  • TronRawTxn

Index

Properties

raw_data: { contract: { parameter: { type_url: string; value: { contract_address: string; data: string; owner_address: string } }; type: string }[]; expiration: number; fee_limit: number; ref_block_bytes: string; ref_block_hash: string; timestamp: number }

Type declaration

  • Readonly contract: { parameter: { type_url: string; value: { contract_address: string; data: string; owner_address: string } }; type: string }[]
  • expiration: number
  • Readonly fee_limit: number
  • Readonly ref_block_bytes: string
  • Readonly ref_block_hash: string
  • Readonly timestamp: number
raw_data_hex: string
txID: string
visible: boolean

Generated using TypeDoc