UNPKG

@tech-bureau/mijin-catapult-tools

Version:

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

20 lines 757 B
interface ConstrantsType { [key: number]: string; } declare class Constants { static TransactionType: ConstrantsType; static NetworkType: ConstrantsType; static MosaicSupplyChangeAction: ConstrantsType; static NamespaceRegistrationType: ConstrantsType; static AliasAction: ConstrantsType; static LinkAction: ConstrantsType; static AccountType: ConstrantsType; static AccountKeyTypeFlags: ConstrantsType; static OperationRestrictionFlag: ConstrantsType; static AddressRestrictionFlag: ConstrantsType; static MosaicRestrictionFlag: ConstrantsType; static MosaicRestrictionType: ConstrantsType; static HashAlgorithmType: ConstrantsType; } export default Constants; //# sourceMappingURL=constants.d.ts.map