UNPKG

@taquito/local-forging

Version:

Local Tezos operation forging for Taquito.

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