Skip to content

types.ExtrinsicData

polymath-eric edited this page Nov 18, 2022 · 49 revisions

Interface: ExtrinsicData

types.ExtrinsicData

Hierarchy

Table of contents

Properties

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:362


blockHash

blockHash: string

Defined in

types/index.ts:356


blockNumber

blockNumber: BigNumber

Defined in

types/index.ts:357


extrinsicHash

extrinsicHash: string

Defined in

types/index.ts:371


extrinsicIdx

extrinsicIdx: BigNumber

Defined in

types/index.ts:358


nonce

nonce: null | BigNumber

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

Defined in

types/index.ts:366


params

params: Record<string, unknown>[]

Defined in

types/index.ts:368


specVersionId

specVersionId: BigNumber

Defined in

types/index.ts:370


success

success: boolean

Defined in

types/index.ts:369


txTag

txTag: TxTag

Defined in

types/index.ts:367

Clone this wiki locally