UNPKG

@mavrykdynamics/taquito-local-forging

Version:

Provide local forging functionality to be with taquito

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