Tx class
Properties
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