@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
25 lines • 803 B
TypeScript
import yargs from 'yargs';
export declare const command = "simbainfo";
export declare const describe = "retrieve info from simba.json, as well as info for authtoken from authconfig.json";
export declare const builder: {
field: {
string: boolean;
type: string;
describe: string;
};
contract: {
string: boolean;
type: string;
describe: string;
};
};
export declare const handler: (args: yargs.Arguments) => void;
/**
* meant to be used to print pretty info from simba.json, so that
* users do not have to directly interact with/view their simba.json
* @param contract
* @param field
* @returns
*/
export declare function getSimbaInfo(contract?: string | unknown, field?: string | unknown): void;
//# sourceMappingURL=simbainfo.d.ts.map