types.ExtrinsicDataWithFees
@polymeshassociation/polymesh-sdk / Modules / types / ExtrinsicDataWithFees
Interface: ExtrinsicDataWithFees
types.ExtrinsicDataWithFees
Hierarchy
↳
ExtrinsicDataWithFees
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
Defined in
blockHash
• blockHash: string
Inherited from
Defined in
blockNumber
• blockNumber: BigNumber
Inherited from
Defined in
extrinsicHash
• extrinsicHash: string
Inherited from
Defined in
extrinsicIdx
• extrinsicIdx: BigNumber
Inherited from
Defined in
fee
• fee: Fees
Defined in
nonce
• nonce: null | BigNumber
nonce of the transaction. Null for unsigned transactions where address is null
Inherited from
Defined in
params
• params: Record<string, unknown>[]
Inherited from
Defined in
specVersionId
• specVersionId: BigNumber
Inherited from
Defined in
success
• success: boolean
Inherited from
Defined in
txTag
• txTag: TxTag
Inherited from
Defined in
Last updated
Was this helpful?