ElectrumScriptPubKey constructor

const ElectrumScriptPubKey({
  1. required String hexString,
  2. required String type,
})

Implementation

const ElectrumScriptPubKey({
  required this.hexString,
  required this.type,
});