deserialize
Usage
import { Cl } from '@stacks/transactions';
const value = Cl.deserialize('0100000000000000000000000000000064');
// UIntCV { type: 'uint', value: 100n }Notes
Signature
const deserialize: (hex: string) => ClarityValue;Returns
Parameters
hex (required)
Last updated
Was this helpful?