P2WSH.decompile constructor

P2WSH.decompile(
  1. Uint8List compiled
)

Implementation

P2WSH.decompile(Uint8List compiled)
  : this.fromScript(Script.decompile(compiled));