Skip to content

@liquality.types.Transaction

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Interface: Transaction<TransactionType>

@liquality/types.Transaction

Type parameters

Name Type
TransactionType any

Table of contents

Properties

Properties

_raw

_raw: TransactionType

Defined in

types/lib/Transaction.ts:35


blockHash

Optional blockHash: string

Defined in

types/lib/Transaction.ts:19


blockNumber

Optional blockNumber: number

Defined in

types/lib/Transaction.ts:21


confirmations

Optional confirmations: number

Defined in

types/lib/Transaction.ts:23


data

Optional data: string

Defined in

types/lib/Transaction.ts:25


fee

Optional fee: number

Defined in

types/lib/Transaction.ts:31


feeAssetCode

Optional feeAssetCode: string

Defined in

types/lib/Transaction.ts:33


feePrice

Optional feePrice: number

Defined in

types/lib/Transaction.ts:29


from

Optional from: AddressType

Defined in

types/lib/Transaction.ts:15


hash

hash: string

Defined in

types/lib/Transaction.ts:7


logs

Optional logs: any

Defined in

types/lib/Transaction.ts:37


secret

Optional secret: string

Defined in

types/lib/Transaction.ts:27


status

Optional status: TxStatus

Defined in

types/lib/Transaction.ts:17


to

Optional to: AddressType

Defined in

types/lib/Transaction.ts:13


value

value: number

Defined in

types/lib/Transaction.ts:9


valueAsset

Optional valueAsset: string

Defined in

types/lib/Transaction.ts:11

Clone this wiki locally