UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

4 lines (3 loc) 196 B
import { Semantic } from '@taquito/michelson-encoder'; import { ContractProvider } from './interface'; export declare const smartContractAbstractionSemantic: (p: ContractProvider) => Semantic;