UNPKG

@tribecahq/registry

Version:

Registry of Tribeca DAOs.

12 lines 473 B
import type { Cluster } from "@solana/web3.js"; import type { GovernorConfig } from "../config/types"; import type { GovernorConfigRaw } from "./types"; /** * Parses the raw configuration of a Governor into something more useful. * * @param raw Raw data. * @param cluster Cluster that the Governor is on. * @returns */ export declare const parseGovernorConfig: (raw: GovernorConfigRaw, cluster: Cluster) => Promise<GovernorConfig>; //# sourceMappingURL=parse.d.ts.map