UNPKG

@tribecahq/registry

Version:

Registry of Tribeca DAOs.

8 lines 414 B
import type { TokenInfo } from "@saberhq/token-utils"; import type { GovernorConfig } from "../config/types"; export declare const validateTokenInfo: ({ address, decimals, symbol, name, chainId, ...rest }: { address: string; chainId: number; } & Readonly<Partial<TokenInfo>>) => TokenInfo; export declare const validateConfig: (cfg: GovernorConfig) => GovernorConfig; //# sourceMappingURL=validate.d.ts.map