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