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