decent-sdk
Version:
SDK for the Decent API
12 lines (11 loc) • 383 B
TypeScript
import { Address } from '../../types/Common';
import { SupportedChainId } from '../../types/Chains';
export declare const routes: {
meta: string;
health: string;
chains: string;
auth: string;
dao: string;
proposal: (chainId: SupportedChainId, address: Address) => string;
comment: (chainId: SupportedChainId, address: Address, slug: string) => string;
};