Skip to main content
Version: 22.1.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:349


blockHash

blockHash: string

Defined in

types/index.ts:343


blockNumber

blockNumber: BigNumber

Defined in

types/index.ts:344


extrinsicHash

extrinsicHash: string

Defined in

types/index.ts:358


extrinsicIdx

extrinsicIdx: BigNumber

Defined in

types/index.ts:345


nonce

nonce: null | BigNumber

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

Defined in

types/index.ts:353


params

params: Record<string, unknown>[]

Defined in

types/index.ts:355


specVersionId

specVersionId: BigNumber

Defined in

types/index.ts:357


success

success: boolean

Defined in

types/index.ts:356


txTag

txTag: TxTag

Defined in

types/index.ts:354