P2SH.fromHash constructor
      
      P2SH.fromHash(
    
    
- Uint8List scriptHash
Implementation
P2SH.fromHash(Uint8List scriptHash)
  : _scriptHash = copyCheckBytes(scriptHash, 20),
  script = template.fill([scriptHash]);