UNPKG

@erc7824/nitrolite

Version:

The Nitrolite SDK empowers developers to build high-performance, scalable web3 applications using state channels. It's designed to provide near-instant transactions and significantly improved user experiences by minimizing direct blockchain interactions.

4 lines (3 loc) 157 B
import { RPCMethod } from '../types'; import { ParamsParser } from './common'; export declare const paramsParsers: Record<RPCMethod, ParamsParser<unknown>>;