TransactionResponse class

Annotations
  • @JsonSerializable()

Constructors

TransactionResponse({required String type, required String requestId, required String userId, required String amount, required String transactionHash, required String? snapshotId, required String asset, required String sendersHash, required int sendersThreshold, required List<String> senders, required List<String> signers, required String extra, required String state, required String rawTransaction, required String createdAt, required String updatedAt, required String snapshotHash, required String snapshotAt, required List<String>? views})
TransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
final
asset String
final
createdAt String
final
extra String
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
rawTransaction String
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senders List<String>
final
sendersHash String
final
sendersThreshold int
final
signers List<String>
final
snapshotAt String
final
snapshotHash String
final
snapshotId String?
final
state String
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
transactionHash String
final
type String
final
updatedAt String
final
userId String
final
views List<String>?
final

Methods

getSnapshotId() String
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