UNPKG

@hypernetlabs/gateway-connector

Version:
7 lines 308 B
import { ActiveStateChannel, ChainId, PublicIdentifier } from "@hypernetlabs/objects"; export interface IStateChannelRequest { chainId: ChainId; routerPublicIdentifiers: PublicIdentifier[]; callback: (stateChannel: ActiveStateChannel) => void; } //# sourceMappingURL=IStateChannelRequest.d.ts.map