P2TR.fromAsm constructor

P2TR.fromAsm(
  1. String asm
)

Implementation

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