api.client.types.ExtrinsicData - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: ExtrinsicData
api/client/types.ExtrinsicData
Hierarchy
-
ExtrinsicData
Table of contents
Properties
- address
- blockDate
- blockHash
- blockNumber
- extrinsicHash
- extrinsicIdx
- nonce
- params
- specVersionId
- success
- txTag
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
blockDate
• blockDate: Date
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