UNPKG

@taquito/taquito

Version:

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

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