@tech-bureau/mijin-catapult-tools
Version:
This tool is for easy operation of mijin Catapult(v.2)
19 lines (17 loc) • 322 B
text/typescript
export interface IAccountGenerateOption {
url?: string
nodename?: string
readfile?: string
writefile?: string
certsdir?: string
privatekey?: string
service: boolean
bod: boolean
}
export interface IAccountInfoOption {
type?: string
url?: string
readfile?: string
address?: string
bod: boolean
}