@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.
8 lines (7 loc) • 398 B
TypeScript
export { custodyAbi as CustodyAbi } from '../generated';
export declare const ChannelOpenedEvent = "Opened";
export declare const ChannelClosedEvent = "ChannelClosed";
export declare const ChannelChallengedEvent = "Challenged";
export declare const ChannelCheckpointedEvent = "Checkpointed";
export declare const ChannelCreatedEvent = "Created";
export declare const ChannelJoinedEvent = "Joined";