P2WPKH.fromAsm constructor

P2WPKH.fromAsm(
  1. String asm
)

Implementation

P2WPKH.fromAsm(String asm) : this.fromScript(Script.fromAsm(asm));