Returns the scriptPubKey (P2SH) that corresponds to this address
@override List<String> toScriptPubKey() { return ['OP_DUP', 'OP_HASH160', _h160, 'OP_EQUALVERIFY', 'OP_CHECKSIG']; }