Interface: ExtrinsicDataWithFees
api/client/types.ExtrinsicDataWithFees
Hierarchy
-
↳
ExtrinsicDataWithFees
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)
Inherited from
Defined in
blockDate
• blockDate: Date
Inherited from
Defined in
blockHash
• blockHash: string
Inherited from
Defined in
blockNumber
• blockNumber: BigNumber
Inherited from
Defined in
extrinsicHash
• extrinsicHash: string
Inherited from
Defined in
extrinsicIdx
• extrinsicIdx: BigNumber
Inherited from
Defined in
fee
• fee: Fees
Defined in
nonce
• nonce: null | BigNumber
nonce of the transaction. Null for unsigned transactions where address is null
Inherited from
Defined in
params
• params: Record<string, unknown>[]
Inherited from
Defined in
specVersionId
• specVersionId: BigNumber
Inherited from
Defined in
success
• success: boolean
Inherited from
Defined in
txTag
• txTag: TxTag