generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.client.types.ExtrinsicData
prashantasdeveloper edited this page Oct 31, 2024
·
16 revisions
api/client/types.ExtrinsicData
-
ExtrinsicData
- address
- blockDate
- blockHash
- blockNumber
- extrinsicHash
- extrinsicIdx
- nonce
- params
- specVersionId
- success
- txTag
• 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)
• blockDate: Date
• blockHash: string
• blockNumber: BigNumber
• extrinsicHash: string
• extrinsicIdx: BigNumber
• nonce: null
| BigNumber
nonce of the transaction. Null for unsigned transactions where address is null
• params: Record
<string
, unknown
>[]
• specVersionId: BigNumber
• success: boolean
• txTag: TxTag
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types