UNPKG

@taquito/local-forging

Version:

Provide local forging functionality to be with taquito

5 lines (4 loc) 122 B
export type Encoder<T> = (val: T) => string; export declare const encodersProto021: { [key: string]: Encoder<any>; };