Skip to content

api.client.types.ExtrinsicData

polymath-eric edited this page Jun 11, 2024 · 9 revisions

Interface: ExtrinsicData

api/client/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

api/client/types.ts:14


blockDate

blockDate: Date

Defined in

api/client/types.ts:9


blockHash

blockHash: string

Defined in

api/client/types.ts:7


blockNumber

blockNumber: BigNumber

Defined in

api/client/types.ts:8


extrinsicHash

extrinsicHash: string

Defined in

api/client/types.ts:23


extrinsicIdx

extrinsicIdx: BigNumber

Defined in

api/client/types.ts:10


nonce

nonce: null | BigNumber

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

Defined in

api/client/types.ts:18


params

params: Record<string, unknown>[]

Defined in

api/client/types.ts:20


specVersionId

specVersionId: BigNumber

Defined in

api/client/types.ts:22


success

success: boolean

Defined in

api/client/types.ts:21


txTag

txTag: TxTag

Defined in

api/client/types.ts:19

Clone this wiki locally