lotus-sdk
Version:
Central repository for several classes of tools for integrating with, and building for, the Lotusia ecosystem
15 lines • 366 B
TypeScript
export declare const RPC: {
user: string | undefined;
password: string | undefined;
address: string | undefined;
port: string | undefined;
};
export declare const RNKC: {
minFeeRate: number;
minDataLength: number;
};
export declare const P2P: {
maxConnections: number;
minConnections: number;
};
//# sourceMappingURL=settings.d.ts.map