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