Skip to main content
Version: 23.0.x

Interface: ExtrinsicDataWithFees

types.ExtrinsicDataWithFees

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)

Inherited from

ExtrinsicData.address

Defined in

types/index.ts:380


blockDate

blockDate: Date

Inherited from

ExtrinsicData.blockDate

Defined in

types/index.ts:375


blockHash

blockHash: string

Inherited from

ExtrinsicData.blockHash

Defined in

types/index.ts:373


blockNumber

blockNumber: BigNumber

Inherited from

ExtrinsicData.blockNumber

Defined in

types/index.ts:374


extrinsicHash

extrinsicHash: string

Inherited from

ExtrinsicData.extrinsicHash

Defined in

types/index.ts:389


extrinsicIdx

extrinsicIdx: BigNumber

Inherited from

ExtrinsicData.extrinsicIdx

Defined in

types/index.ts:376


fee

fee: Fees

Defined in

types/index.ts:393


nonce

nonce: null | BigNumber

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

Inherited from

ExtrinsicData.nonce

Defined in

types/index.ts:384


params

params: Record<string, unknown>[]

Inherited from

ExtrinsicData.params

Defined in

types/index.ts:386


specVersionId

specVersionId: BigNumber

Inherited from

ExtrinsicData.specVersionId

Defined in

types/index.ts:388


success

success: boolean

Inherited from

ExtrinsicData.success

Defined in

types/index.ts:387


txTag

txTag: TxTag

Inherited from

ExtrinsicData.txTag

Defined in

types/index.ts:385