toASM
bitcoinjs-lib / script / toASM
Function: toASM()
toASM(
chunks
):string
Defined in: ts_src/script.ts:226
Converts the given chunks into an ASM (Assembly) string representation. If the chunks parameter is a Buffer, it will be decompiled into a Stack before conversion.
Parameters
chunks
The chunks to convert into ASM.
Uint8Array
| (number
| Uint8Array
)[]
Returns
string
The ASM string representation of the chunks.