UNPKG

@taquito/local-forging

Version:

Provide local forging functionality to be with taquito

6 lines (5 loc) 221 B
import { Uint8ArrayConsumer } from './uint8array-consumer'; export type Decoder = (val: Uint8ArrayConsumer) => string | number | object | undefined; export declare const decodersProto021: { [key: string]: Decoder; };