@glitterprotocol/glitter-sdk
Version:
The JavaScript SDK for Glitter
19 lines (18 loc) • 406 B
TypeScript
import { LCDClient } from './lcd/LCDClient';
import { Db } from './lcd/Db';
export declare class LocalGlitter extends LCDClient {
wallets: {
validator: Db;
test1: Db;
test2: Db;
test3: Db;
test4: Db;
test5: Db;
test6: Db;
test7: Db;
test8: Db;
test9: Db;
test10: Db;
};
constructor(isClassic?: boolean);
}