Tx class

Constructors

Tx(TxBody body, AuthInfo auth_info, List<String> signatures)

Properties

auth_info AuthInfo
final
body TxBody
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures List<String>
final

Methods

appendEmptySignatures(List<SignerData> signers) Tx
appendSignatures(List<SignatureV2> csignatures) → void
clearSignatures() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packAny(List msgs) → Any
toData() TxDataArgs
toProto(List msgs) Uint8List
toProtoWithType(List msgs) → Tx
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromData(TxDataArgs data) Tx