Msg class

Implementers

Constructors

Msg(List<Wallet?>? wallets, [String? memo = ''])

Properties

AMINO_MESSAGE_TYPE String
final
hashCode int
The hash code for this object.
no setterinherited
INCLUDE_AMINO_LENGTH_PREFIX bool
getter/setter pair
memo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallet Wallet?
no setter
wallets List<Wallet?>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to_amino([Map<String, dynamic>? withJsonAndSign, Wallet? wallet]) Uint8List
to_hex_data() String
to_hex_dataV2([Map<String, dynamic>? withJsonAndSign, Wallet? wallet]) String
to_map() Map?
to_protobuf() → dynamic
to_protobuf_with_sign(Map<String, dynamic> withJsonAndSign, Wallet? wallet) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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