toScriptPubKey method

  1. @override
List<String> toScriptPubKey()

Returns the scriptPubKey of a P2WPKH witness script

Implementation

@override
List<String> toScriptPubKey() {
  return ['OP_0', _program];
}