@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
10 lines • 484 B
TypeScript
import { ChainId } from "./ChainId";
import { EthereumContractAddress } from "./EthereumContractAddress";
import { PublicIdentifier } from "./PublicIdentifier";
export declare class ActiveStateChannel {
chainId: ChainId;
routerPublicIdentifier: PublicIdentifier;
channelAddress: EthereumContractAddress;
constructor(chainId: ChainId, routerPublicIdentifier: PublicIdentifier, channelAddress: EthereumContractAddress);
}
//# sourceMappingURL=ActiveStateChannel.d.ts.map