UNPKG

@taquito/michelson-encoder

Version:

Michelson encoding and decoding utilities for Taquito.

12 lines (11 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SaplingStateValue = exports.UnitValue = void 0; /** * Symbol representing Unit value in Michelson */ exports.UnitValue = Symbol(); /** * Sapling state placeholder value */ exports.SaplingStateValue = {};