Parse ASM (assembly) format to script operations. Supports both Bitcoin and Arkade opcodes.
fromASM("OP_DUP OP_HASH160 deadbeef OP_NUM2BIN")// => ['DUP', 'HASH160', Uint8Array, 'NUM2BIN'] Copy
fromASM("OP_DUP OP_HASH160 deadbeef OP_NUM2BIN")// => ['DUP', 'HASH160', Uint8Array, 'NUM2BIN']
Parse ASM (assembly) format to script operations. Supports both Bitcoin and Arkade opcodes.