Export

TransactionRecord

Hierarchy

  • TransactionRecord

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?: {
    [key: string]: string;
}[]

Type declaration

  • [key: string]: string

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