Cl.tuple — Creates a Clarity tuple type, represented as a JS object
Cl.tuple
tuple
Alias for tupleCV
import { Cl } from '@stacks/transactions';Cl.tuple({ a: Cl.uint(100), b: Cl.stringUtf8('hello world'),}) Copy
import { Cl } from '@stacks/transactions';Cl.tuple({ a: Cl.uint(100), b: Cl.stringUtf8('hello world'),})
serialize, deserialize
Generated using TypeDoc
Cl.tuple
— Creates a Claritytuple
type, represented as a JS objectAlias for tupleCV