BtcTransferInfo class

Constructors

BtcTransferInfo.new({required String chain, required String xpubkey, required String inputAddress, required String outputAddress, required String path, required BtcTxType txType, required String masterFingerprint, required Origin origin})
BtcTransferInfo.fromJson(Map<String, dynamic> json)
factory

Properties

chain String
final
hashCode int
The hash code for this object.
no setterinherited
inputAddress String
final
masterFingerprint String
final
origin Origin
final
outputAddress String
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txType BtcTxType
final
xpubkey String
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