@tech-bureau/mijin-catapult-tools
Version:
This tool is for easy operation of mijin Catapult(v.2)
27 lines (24 loc) • 453 B
text/typescript
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
}