UNPKG

@tech-bureau/mijin-catapult-tools

Version:

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

21 lines (19 loc) 372 B
export interface IMosaicCreateOption { owner: string url?: string supply: string divisibility: string supplymutable: string transferable: string restrictable: string revokable: string readfile?: string privatekey?: string bod: boolean } export interface IMosaicInfoOption { url?: string readfile?: string mosaicrawId?: string bod: boolean }