UNPKG

@taquito/local-forging

Version:

Local Tezos operation forging for 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; };