buffer
Usage
import { Cl } from '@stacks/transactions';
Cl.buffer(Uint8Array.from([0x01, 0x02, 0x03]));Notes
Signature
const buffer: (value: Uint8Array) => BufferCV;Returns
Parameters
value (required)
Last updated
Was this helpful?