@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
9 lines • 538 B
TypeScript
import { ChainId } from "./ChainId";
export declare class InitializeStatus {
blockchainProviderInitialized: Map<ChainId, boolean>;
registriesInitialized: Map<ChainId, boolean>;
governanceInitialized: Map<ChainId, boolean>;
paymentsInitialized: Map<ChainId, boolean>;
constructor(blockchainProviderInitialized: Map<ChainId, boolean>, registriesInitialized: Map<ChainId, boolean>, governanceInitialized: Map<ChainId, boolean>, paymentsInitialized: Map<ChainId, boolean>);
}
//# sourceMappingURL=InitializeStatus.d.ts.map