UNPKG

@tezwell/michelson-sdk

Version:

Michelson SDK is a framework for generating Michelson values and types from Javascript.

7 lines (6 loc) 269 B
import { MichelsonJSON, MichelsonMicheline } from '../typings'; export declare const michelineOfJSON: (json: MichelsonJSON) => MichelsonMicheline; declare const Converter: { michelineOfJSON: (json: MichelsonJSON) => MichelsonMicheline; }; export default Converter;