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