scriptBytes constant
The script bytes commonly used in P2SH addresses.
This represents the standard script for P2SH addresses, consisting of 0x00 (OP_0) followed by 0x14 bytes (20 bytes), typically corresponding to the hash of a redeem script.
Implementation
static const scriptBytes = <int>[0x00, 0x14];