Skip to main content
Version: 23.0.x

Interface: ExtrinsicData

types.ExtrinsicData

Hierarchy

Properties

address

address: null | string

public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal)

Defined in

types/index.ts:380


blockDate

blockDate: Date

Defined in

types/index.ts:375


blockHash

blockHash: string

Defined in

types/index.ts:373


blockNumber

blockNumber: BigNumber

Defined in

types/index.ts:374


extrinsicHash

extrinsicHash: string

Defined in

types/index.ts:389


extrinsicIdx

extrinsicIdx: BigNumber

Defined in

types/index.ts:376


nonce

nonce: null | BigNumber

nonce of the transaction. Null for unsigned transactions where address is null

Defined in

types/index.ts:384


params

params: Record<string, unknown>[]

Defined in

types/index.ts:386


specVersionId

specVersionId: BigNumber

Defined in

types/index.ts:388


success

success: boolean

Defined in

types/index.ts:387


txTag

txTag: TxTag

Defined in

types/index.ts:385