types.ExtrinsicData

@polymeshassociation/polymesh-sdk / Modules / types / ExtrinsicData

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:329arrow-up-right


blockHash

blockHash: string

Defined in

types/index.ts:323arrow-up-right


blockNumber

blockNumber: BigNumber

Defined in

types/index.ts:324arrow-up-right


extrinsicHash

extrinsicHash: string

Defined in

types/index.ts:338arrow-up-right


extrinsicIdx

extrinsicIdx: BigNumber

Defined in

types/index.ts:325arrow-up-right


nonce

nonce: null | BigNumber

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

Defined in

types/index.ts:333arrow-up-right


params

params: Record<string, unknown>[]

Defined in

types/index.ts:335arrow-up-right


specVersionId

specVersionId: BigNumber

Defined in

types/index.ts:337arrow-up-right


success

success: boolean

Defined in

types/index.ts:336arrow-up-right


txTag

txTag: TxTag

Defined in

types/index.ts:334arrow-up-right

Last updated

Was this helpful?