Transfer class

Constructors

Transfer({required int transferIdx, required int batchTransferIdx, required int createdAt, required int updatedAt, required TransferKind kind, required TransferStatus status, String? txid, String? recipientId, int? receiveUtxo, int? changeUtxo, int? expiration, required String transportEndpoints, String? invoiceString, String? consignmentPath, required int assignments})
Transfer.fromJson(Map<String, dynamic> json)
factory

Properties

assignments int
final
batchTransferIdx int
final
changeUtxo int?
final
consignmentPath String?
final
createdAt int
final
expiration int?
final
hashCode int
The hash code for this object.
no setterinherited
invoiceString String?
final
kind TransferKind
final
receiveUtxo int?
final
recipientId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransferStatus
final
transferIdx int
final
transportEndpoints String
final
txid String?
final
updatedAt int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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