fromASM
bitcoinjs-lib / script / fromASM
Function: fromASM()
fromASM(
asm
):Uint8Array
Defined in: ts_src/script.ts:253
Converts an ASM string to a Buffer.
Parameters
asm
string
The ASM string to convert.
Returns
Uint8Array
The converted Buffer.
bitcoinjs-lib / script / fromASM
fromASM(
asm
):Uint8Array
Defined in: ts_src/script.ts:253
Converts an ASM string to a Buffer.
string
The ASM string to convert.
Uint8Array
The converted Buffer.