Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

TransactionRecord

Hierarchy

  • TransactionRecord

Index

Properties

_type?: string

Transaction type

memberof

TransactionRecord

connection_id?: string

The connection identifier for thie particular transaction record

memberof

TransactionRecord

created_at?: string

Time of record creation

memberof

TransactionRecord

endorser_write_txn?: boolean

If True, Endorser will write the transaction after endorsing it

memberof

TransactionRecord

formats?: {}[]
memberof

TransactionRecord

messages_attach?: object[]
memberof

TransactionRecord

meta_data?: object
memberof

TransactionRecord

signature_request?: object[]
memberof

TransactionRecord

signature_response?: object[]
memberof

TransactionRecord

state?: string

Current record state

memberof

TransactionRecord

thread_id?: string

Thread Identifier

memberof

TransactionRecord

timing?: object
memberof

TransactionRecord

trace?: boolean

Record trace information, based on agent configuration

memberof

TransactionRecord

transaction_id?: string

Transaction identifier

memberof

TransactionRecord

updated_at?: string

Time of last record update

memberof

TransactionRecord

Generated using TypeDoc