@nfps.dev/cli
Version:
CLI for NFP development, inspection, and manipulation
20 lines (19 loc) • 408 B
TypeScript
export declare const H_CONFIG_KEYS: {
lcds: string;
rpcs: string;
chain: string;
contract: string;
token: string;
vk: string;
};
export declare const H_CMDS_CONFIG: {
'config <key> [value]': import("../common.js").Command<{}, {
key: {
type: "string";
choices: string[];
};
value: {
type: "string";
};
}>;
};