Skip to main content
Version: 22.1.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:349


blockHash

blockHash: string

Inherited from

ExtrinsicData.blockHash

Defined in

types/index.ts:343


blockNumber

blockNumber: BigNumber

Inherited from

ExtrinsicData.blockNumber

Defined in

types/index.ts:344


extrinsicHash

extrinsicHash: string

Inherited from

ExtrinsicData.extrinsicHash

Defined in

types/index.ts:358


extrinsicIdx

extrinsicIdx: BigNumber

Inherited from

ExtrinsicData.extrinsicIdx

Defined in

types/index.ts:345


fee

fee: Fees

Defined in

types/index.ts:362


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


params

params: Record<string, unknown>[]

Inherited from

ExtrinsicData.params

Defined in

types/index.ts:355


specVersionId

specVersionId: BigNumber

Inherited from

ExtrinsicData.specVersionId

Defined in

types/index.ts:357


success

success: boolean

Inherited from

ExtrinsicData.success

Defined in

types/index.ts:356


txTag

txTag: TxTag

Inherited from

ExtrinsicData.txTag

Defined in

types/index.ts:354