Cl.buffer — Creates a Clarity buffer type, represented as a JS object
Cl.buffer
buffer
Alias for bufferCV
import { Cl } from '@stacks/transactions';Cl.buffer(Uint8Array.from([0x01, 0x02, 0x03])); Copy
import { Cl } from '@stacks/transactions';Cl.buffer(Uint8Array.from([0x01, 0x02, 0x03]));
serialize, deserialize
Generated using TypeDoc
Cl.buffer
— Creates a Claritybuffer
type, represented as a JS objectAlias for bufferCV