menu
bitcoin_base package
documentation
bitcoin.dart
TxOutput
TxOutput constructor
TxOutput constructor
dark_mode
light_mode
TxOutput
constructor
TxOutput
(
{
required
BigInt
amount
,
required
Script
scriptPubKey
,
})
Implementation
TxOutput({required this.amount, required this.scriptPubKey});
bitcoin_base package
documentation
bitcoin
TxOutput
TxOutput constructor
TxOutput class