UNPKG

@tech-bureau/mijin-catapult-tools

Version:

This tool is for easy operation of mijin Catapult(v.2)

25 lines 548 B
export interface IVotingCreateOption { url?: string; readfile?: string; startepoch?: string; endepoch?: string; savedir: string; privatekey?: string; bod: boolean; } export interface IVotingInfoOption { url?: string; readfile?: string; savedir: string; bod: boolean; } export interface IVotingUpdateOption { url?: string; readfile?: string; startepoch: string; endepoch: string; savedir: string; privatekey?: string; bod: boolean; } //# sourceMappingURL=IVotingOption.d.ts.map