UNPKG

@tech-bureau/mijin-catapult-tools

Version:

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

20 lines (18 loc) 344 B
export interface INamespaceCreateOption { owner: string url?: string name: string duration?: number parentName?: string mosaicId?: string address?: string readfile?: string privatekey?: string bod: boolean } export interface INamespaceInfoOption { url?: string readfile?: string namespaceId?: string bod: boolean }