CosmosTxData class

CosmosTxData requires msgs, data, config, memo, fee msgs is the parameter to be signed.

Inheritance

Constructors

CosmosTxData({required List<GeneratedMessage> msgs, required SignerData data, TxConfig? config, String? memo, Fee? fee})

Properties

config ↔ TxConfig?
getter/setter pair
data → SignerData
final
fee ↔ Fee?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSigned bool
getter/setter pairinherited
memo String?
final
message String
getter/setter pairinherited
msgs List<GeneratedMessage>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pairinherited

Methods

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

Operators

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