UNPKG

@tech-bureau/mijin-catapult-tools

Version:

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

11 lines (10 loc) 172 B
export interface ITransferOption { url?: string from?: string dest?: string mosaic: string amount: string readfile?: string message?: string bod: boolean }