Interface: ExtrinsicDataWithFees
Defined in: src/api/client/types.ts:29
Extends
Properties
address
address:
null
|string
Defined in: src/api/client/types.ts:17
public key of the signer. Unsigned transactions have no signer, in which case this value is null (example: an enacted governance proposal)
Inherited from
blockDate
blockDate:
Date
Defined in: src/api/client/types.ts:12
Inherited from
blockHash
blockHash:
string
Defined in: src/api/client/types.ts:10
Inherited from
blockNumber
blockNumber:
BigNumber
Defined in: src/api/client/types.ts:11
Inherited from
extrinsicHash
extrinsicHash:
string
Defined in: src/api/client/types.ts:26
Inherited from
extrinsicIdx
extrinsicIdx:
BigNumber
Defined in: src/api/client/types.ts:13
Inherited from
fee
fee:
Fees
Defined in: src/api/client/types.ts:30
nonce
nonce:
null
|BigNumber
Defined in: src/api/client/types.ts:21
nonce of the transaction. Null for unsigned transactions where address is null
Inherited from
params
params:
Record
<string
,unknown
>[]
Defined in: src/api/client/types.ts:23
Inherited from
specVersionId
specVersionId:
BigNumber
Defined in: src/api/client/types.ts:25
Inherited from
success
success:
boolean
Defined in: src/api/client/types.ts:24
Inherited from
txTag
txTag:
TxTag
Defined in: src/api/client/types.ts:22