BtcTransferInfo constructor

BtcTransferInfo({
  1. required String chain,
  2. required String xpubkey,
  3. required String inputAddress,
  4. required String outputAddress,
  5. required String path,
  6. required BtcTxType txType,
  7. required String masterFingerprint,
  8. required Origin origin,
})

Implementation

BtcTransferInfo(
    {required this.chain,
    required this.xpubkey,
    required this.inputAddress,
    required this.outputAddress,
    required this.path,
    required this.txType,
    required this.masterFingerprint,
    required this.origin});