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