UNPKG

@mavrykdynamics/taquito-local-forging

Version:

Provide local forging functionality to be with taquito

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