bufferFromHex
Usage
import { Cl } from '@stacks/transactions';
Cl.bufferFromHex('a1b2c3');Signature
const bufferFromHex: (hex: string) => BufferCV;Returns
Parameters
hex (required)
Last updated
Was this helpful?