menu
ecash package
documentation
chronik/types.dart
OutPoint
OutPoint.new constructor
OutPoint.new constructor
dark_mode
light_mode
OutPoint
constructor
OutPoint
(
{
required
String
txid
,
required
int
outIdx
,
})
Implementation
OutPoint({required this.txid, required this.outIdx});
ecash package
documentation
chronik/types
OutPoint
OutPoint.new constructor
OutPoint class