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


blockHash

• blockHash: string

Defined in

types/index.ts:323


blockNumber

• blockNumber: BigNumber

Defined in

types/index.ts:324


extrinsicHash

• extrinsicHash: string

Defined in

types/index.ts:338


extrinsicIdx

• extrinsicIdx: BigNumber

Defined in

types/index.ts:325


nonce

• nonce: null | BigNumber

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

Defined in

types/index.ts:333


params

• params: Record<string, unknown>[]

Defined in

types/index.ts:335


specVersionId

• specVersionId: BigNumber

Defined in

types/index.ts:337


success

• success: boolean

Defined in

types/index.ts:336


txTag

• txTag: TxTag

Defined in

types/index.ts:334

Last updated

Was this helpful?