Resolve an asm array to bytes: substitute $param placeholders from bind,
pass everything else (opcode names, numbers, raw byte pushes) through to the
Arkade script encoder. The SDK does not interpret opcodes — this is pure
substitution + encoding. To embed a signer key (server, user, or any
other), pass it as a $param in the constructor args; there is no
<SERVER_KEY>/<COSIGNER_KEY> token.
Resolve an
asmarray to bytes: substitute$paramplaceholders frombind, pass everything else (opcode names, numbers, raw byte pushes) through to the Arkade script encoder. The SDK does not interpret opcodes — this is pure substitution + encoding. To embed a signer key (server, user, or any other), pass it as a$paramin the constructor args; there is no<SERVER_KEY>/<COSIGNER_KEY>token.