MultisigsResponse class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

MultisigsResponse(String type, String codeId, String requestId, String action, String userId, String assetId, String amount, List<String> senders, List<String> receivers, int threshold, String state, String transactionHash, String rawTransaction, String createdAt, String? memo)
MultisigsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

action String
final
amount String
final
assetId String
final
codeId String
final
createdAt String
final
hashCode int
The hash code for this object.
no setterinherited
memo String?
final
rawTransaction String
final
receivers List<String>
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senders List<String>
final
state String
final
threshold int
final
transactionHash String
final
type String
final
userId String
final

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