UNPKG

@mavrykdynamics/taquito

Version:

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

5 lines (4 loc) 115 B
import { Context } from "../context"; export interface Extension { configureContext(context: Context): void; }