menu
payjoin_flutter package
documentation
common.dart
TxOut
TxOut.new const constructor
TxOut.new const constructor
dark_mode
light_mode
TxOut
constructor
const
TxOut
(
{
required
BigInt
value
,
required
Uint8List
scriptPubkey
,
})
Implementation
const TxOut({ required this.value, required this.scriptPubkey, });
payjoin_flutter package
documentation
common
TxOut
TxOut.new const constructor
TxOut class