UNPKG

@taquito/michelson-encoder

Version:

Michelson encoding and decoding utilities for Taquito.

9 lines (8 loc) 189 B
/** * Symbol representing Unit value in Michelson */ export declare const UnitValue: unique symbol; /** * Sapling state placeholder value */ export declare const SaplingStateValue: {};