P2WSH.fromHash constructor

P2WSH.fromHash(
  1. Uint8List scriptHash
)

Implementation

P2WSH.fromHash(Uint8List scriptHash)
  : super.fromData(0, checkBytes(scriptHash, 32, name: "Script hash"));