Skip to content

types.ExtrinsicDataWithFees

VictorVicente edited this page Jan 12, 2023 · 49 revisions

Interface: ExtrinsicDataWithFees

types.ExtrinsicDataWithFees

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)

Inherited from

ExtrinsicData.address

Defined in

types/index.ts:362


blockHash

blockHash: string

Inherited from

ExtrinsicData.blockHash

Defined in

types/index.ts:356


blockNumber

blockNumber: BigNumber

Inherited from

ExtrinsicData.blockNumber

Defined in

types/index.ts:357


extrinsicHash

extrinsicHash: string

Inherited from

ExtrinsicData.extrinsicHash

Defined in

types/index.ts:371


extrinsicIdx

extrinsicIdx: BigNumber

Inherited from

ExtrinsicData.extrinsicIdx

Defined in

types/index.ts:358


fee

fee: Fees

Defined in

types/index.ts:375


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


params

params: Record<string, unknown>[]

Inherited from

ExtrinsicData.params

Defined in

types/index.ts:368


specVersionId

specVersionId: BigNumber

Inherited from

ExtrinsicData.specVersionId

Defined in

types/index.ts:370


success

success: boolean

Inherited from

ExtrinsicData.success

Defined in

types/index.ts:369


txTag

txTag: TxTag

Inherited from

ExtrinsicData.txTag

Defined in

types/index.ts:367

Clone this wiki locally