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.

5 lines (4 loc) 243 B
import { Address } from 'viem'; import { Channel, ChannelId } from '../client/types'; export declare function getChannelId(channel: Channel, chainId: number): ChannelId; export declare function generateChannelNonce(address?: Address): bigint;