@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
10 lines • 489 B
TypeScript
/**
* GovernanceSignerUnavailableError is returned when the mainProvider is not connected to the governance chain, and you attempt
* to do a write operation on the governance chain. The governance chain is available via our own private node farm.
*/
export declare class GovernanceSignerUnavailableError extends Error {
src?: unknown;
protected errorCode: string;
constructor(message?: string, src?: unknown);
}
//# sourceMappingURL=GovernanceSignerUnavailableError.d.ts.map