types.ExtrinsicDataWithFees

@polymeshassociation/polymesh-sdk / Modules / types / ExtrinsicDataWithFees

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


blockHash

blockHash: string

Inherited from

ExtrinsicData.blockHash

Defined in

types/index.ts:323


blockNumber

blockNumber: BigNumber

Inherited from

ExtrinsicData.blockNumber

Defined in

types/index.ts:324


extrinsicHash

extrinsicHash: string

Inherited from

ExtrinsicData.extrinsicHash

Defined in

types/index.ts:338


extrinsicIdx

extrinsicIdx: BigNumber

Inherited from

ExtrinsicData.extrinsicIdx

Defined in

types/index.ts:325


fee

fee: Fees

Defined in

types/index.ts:342


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


params

params: Record<string, unknown>[]

Inherited from

ExtrinsicData.params

Defined in

types/index.ts:335


specVersionId

specVersionId: BigNumber

Inherited from

ExtrinsicData.specVersionId

Defined in

types/index.ts:337


success

success: boolean

Inherited from

ExtrinsicData.success

Defined in

types/index.ts:336


txTag

txTag: TxTag

Inherited from

ExtrinsicData.txTag

Defined in

types/index.ts:334

Last updated