TxInfoData class

call api.txcall(...params) with polkadot-js/api see https://polkadot.js.org/api/substrate/extrinsics.html for all available calls and params.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TxInfoData(String? module, String? call, TxSenderData? sender, {String? tip = '0', bool? isUnsigned = false, TxSenderData? proxy, String? txName, String? txHex})

Properties

call String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isUnsigned bool?
getter/setter pair
module String?
getter/setter pair
proxy TxSenderData?
proxy for calling recovery.asRecovered
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender TxSenderData?
getter/setter pair
tip String?
getter/setter pair
txHex String?
getter/setter pair
txName String?
txName for calling treasury.approveProposal & treasury.rejectProposal
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) TxInfoData