TransactionStatusResponse class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TransactionStatusResponse(String? id, String? blockId, int? version, int type, int? typeGroup, String amount, String fee, String sender, String senderPublicKey, String recipient, String? signature, String? signSignature, List<String>? signatures, String? vendorField, Map<String, dynamic>? asset, int confirmations, Timestamp? timestamp, String? nonce)
TransactionStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
final
asset Map<String, dynamic>?
final
blockId String?
final
confirmations int
final
fee String
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
nonce String?
final
recipient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
final
senderPublicKey String
final
signature String?
final
signatures List<String>?
final
signSignature String?
final
timestamp Timestamp?
final
type int
final
typeGroup int?
final
vendorField String?
final
version int?
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