ok
Last updated
Was this helpful?
Creates a Clarity response ok type. Alias for responseOkCV.
import { Cl } from '@stacks/transactions';
Cl.ok(Cl.uint(100));const ok: (value: ClarityValue) => ResponseOkCV;ResponseOkCV
A Clarity ok response value object.
Type: ClarityValue
The Clarity value representing the success result.
Last updated
Was this helpful?
Was this helpful?