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:329arrow-up-right


blockHash

blockHash: string

Inherited from

ExtrinsicData.blockHash

Defined in

types/index.ts:323arrow-up-right


blockNumber

blockNumber: BigNumber

Inherited from

ExtrinsicData.blockNumber

Defined in

types/index.ts:324arrow-up-right


extrinsicHash

extrinsicHash: string

Inherited from

ExtrinsicData.extrinsicHash

Defined in

types/index.ts:338arrow-up-right


extrinsicIdx

extrinsicIdx: BigNumber

Inherited from

ExtrinsicData.extrinsicIdx

Defined in

types/index.ts:325arrow-up-right


fee

fee: Fees

Defined in

types/index.ts:342arrow-up-right


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:333arrow-up-right


params

params: Record<string, unknown>[]

Inherited from

ExtrinsicData.params

Defined in

types/index.ts:335arrow-up-right


specVersionId

specVersionId: BigNumber

Inherited from

ExtrinsicData.specVersionId

Defined in

types/index.ts:337arrow-up-right


success

success: boolean

Inherited from

ExtrinsicData.success

Defined in

types/index.ts:336arrow-up-right


txTag

txTag: TxTag

Inherited from

ExtrinsicData.txTag

Defined in

types/index.ts:334arrow-up-right

Last updated

Was this helpful?