toStack
bitcoinjs-lib / script / toStack
Function: toStack()
toStack(
chunks
):Uint8Array
[]
Defined in: ts_src/script.ts:286
Converts the given chunks into a stack of buffers.
Parameters
chunks
The chunks to convert.
Uint8Array
| (number
| Uint8Array
)[]
Returns
Uint8Array
[]
The stack of buffers.