TxScriptPubKey constructor
TxScriptPubKey({})
Implementation
TxScriptPubKey({
required this.asm,
required this.hex,
required this.type,
this.reqSigs,
this.addresses,
this.asset,
this.amount,
this.units,
this.reissuable,
this.ipfsHash,
});