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