menu
payjoin_flutter package
documentation
common.dart
OutPoint
OutPoint.new const constructor
OutPoint.new const constructor
dark_mode
light_mode
OutPoint
constructor
const
OutPoint
(
{
required
String
txid
,
required
int
vout
,
})
Implementation
const OutPoint({ required this.txid, required this.vout, });
payjoin_flutter package
documentation
common
OutPoint
OutPoint.new const constructor
OutPoint class