@tech-bureau/mijin-catapult-tools 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/bin/mijin-catapult-tools.js +14 -0
- package/dist/main.js +1 -1
- package/package.json +5 -2
- package/src/service/RepositoryFactory.ts +24 -3
- package/webpack.config.js +3 -0
- package/.yarnrc +0 -2
- package/dist/.env/prod.d.ts +0 -25
- package/dist/.env/prod.d.ts.map +0 -1
- package/dist/main.js.LICENSE.txt +0 -176
- package/dist/src/__tests__/service/AccountServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/AccountServices.spec.d.ts.map +0 -1
- package/dist/src/__tests__/service/CertificateServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/CertificateServices.spec.d.ts.map +0 -1
- package/dist/src/__tests__/service/MessageServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/MessageServices.spec.d.ts.map +0 -1
- package/dist/src/__tests__/service/MosaicServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/MosaicServices.spec.d.ts.map +0 -1
- package/dist/src/__tests__/service/NamespaceServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/NamespaceServices.spec.d.ts.map +0 -1
- package/dist/src/__tests__/service/TransactionCheckServices.spec.d.ts +0 -2
- package/dist/src/__tests__/service/TransactionCheckServices.spec.d.ts.map +0 -1
- package/dist/src/cli.d.ts +0 -2
- package/dist/src/cli.d.ts.map +0 -1
- package/dist/src/commands/account/account.d.ts +0 -4
- package/dist/src/commands/account/account.d.ts.map +0 -1
- package/dist/src/commands/account/accountGenerate.d.ts +0 -4
- package/dist/src/commands/account/accountGenerate.d.ts.map +0 -1
- package/dist/src/commands/account/accountInfo.d.ts +0 -4
- package/dist/src/commands/account/accountInfo.d.ts.map +0 -1
- package/dist/src/commands/mosaic/mosaic.d.ts +0 -4
- package/dist/src/commands/mosaic/mosaic.d.ts.map +0 -1
- package/dist/src/commands/mosaic/mosaicCreate.d.ts +0 -4
- package/dist/src/commands/mosaic/mosaicCreate.d.ts.map +0 -1
- package/dist/src/commands/mosaic/mosaicInfo.d.ts +0 -4
- package/dist/src/commands/mosaic/mosaicInfo.d.ts.map +0 -1
- package/dist/src/commands/namespace/linkAddress.d.ts +0 -4
- package/dist/src/commands/namespace/linkAddress.d.ts.map +0 -1
- package/dist/src/commands/namespace/linkMosaic.d.ts +0 -4
- package/dist/src/commands/namespace/linkMosaic.d.ts.map +0 -1
- package/dist/src/commands/namespace/namespace.d.ts +0 -4
- package/dist/src/commands/namespace/namespace.d.ts.map +0 -1
- package/dist/src/commands/namespace/namespaceInfo.d.ts +0 -4
- package/dist/src/commands/namespace/namespaceInfo.d.ts.map +0 -1
- package/dist/src/commands/namespace/rootNamespaceCreate.d.ts +0 -4
- package/dist/src/commands/namespace/rootNamespaceCreate.d.ts.map +0 -1
- package/dist/src/commands/namespace/subNamespaceCreate.d.ts +0 -4
- package/dist/src/commands/namespace/subNamespaceCreate.d.ts.map +0 -1
- package/dist/src/commands/namespace/unlinkAddress.d.ts +0 -4
- package/dist/src/commands/namespace/unlinkAddress.d.ts.map +0 -1
- package/dist/src/commands/namespace/unlinkMosaic.d.ts +0 -4
- package/dist/src/commands/namespace/unlinkMosaic.d.ts.map +0 -1
- package/dist/src/commands/transaction/transaction.d.ts +0 -4
- package/dist/src/commands/transaction/transaction.d.ts.map +0 -1
- package/dist/src/commands/transaction/transactionStatus.d.ts +0 -4
- package/dist/src/commands/transaction/transactionStatus.d.ts.map +0 -1
- package/dist/src/commands/transaction/transfer.d.ts +0 -4
- package/dist/src/commands/transaction/transfer.d.ts.map +0 -1
- package/dist/src/commands/votingkey/votingkey.d.ts +0 -4
- package/dist/src/commands/votingkey/votingkey.d.ts.map +0 -1
- package/dist/src/commands/votingkey/votingkeyCreate.d.ts +0 -4
- package/dist/src/commands/votingkey/votingkeyCreate.d.ts.map +0 -1
- package/dist/src/commands/votingkey/votingkeyInfo.d.ts +0 -4
- package/dist/src/commands/votingkey/votingkeyInfo.d.ts.map +0 -1
- package/dist/src/commands/votingkey/votingkeyUpdate.d.ts +0 -4
- package/dist/src/commands/votingkey/votingkeyUpdate.d.ts.map +0 -1
- package/dist/src/constants.d.ts +0 -20
- package/dist/src/constants.d.ts.map +0 -1
- package/dist/src/infrastructure/account/accountGenerate.d.ts +0 -4
- package/dist/src/infrastructure/account/accountGenerate.d.ts.map +0 -1
- package/dist/src/infrastructure/account/accountInfo.d.ts +0 -4
- package/dist/src/infrastructure/account/accountInfo.d.ts.map +0 -1
- package/dist/src/infrastructure/mosaic/mosaicCreate.d.ts +0 -4
- package/dist/src/infrastructure/mosaic/mosaicCreate.d.ts.map +0 -1
- package/dist/src/infrastructure/mosaic/mosaicInfo.d.ts +0 -4
- package/dist/src/infrastructure/mosaic/mosaicInfo.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/linkAddress.d.ts +0 -4
- package/dist/src/infrastructure/namespace/linkAddress.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/linkMosaic.d.ts +0 -4
- package/dist/src/infrastructure/namespace/linkMosaic.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/namespaceInfo.d.ts +0 -4
- package/dist/src/infrastructure/namespace/namespaceInfo.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/rootNamespaceCreate.d.ts +0 -4
- package/dist/src/infrastructure/namespace/rootNamespaceCreate.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/subNamespaceCreate.d.ts +0 -4
- package/dist/src/infrastructure/namespace/subNamespaceCreate.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/unlinkAddress.d.ts +0 -4
- package/dist/src/infrastructure/namespace/unlinkAddress.d.ts.map +0 -1
- package/dist/src/infrastructure/namespace/unlinkMosaic.d.ts +0 -4
- package/dist/src/infrastructure/namespace/unlinkMosaic.d.ts.map +0 -1
- package/dist/src/infrastructure/transaction/transactionStatus.d.ts +0 -4
- package/dist/src/infrastructure/transaction/transactionStatus.d.ts.map +0 -1
- package/dist/src/infrastructure/transaction/transfer.d.ts +0 -4
- package/dist/src/infrastructure/transaction/transfer.d.ts.map +0 -1
- package/dist/src/infrastructure/voting/votingCreate.d.ts +0 -4
- package/dist/src/infrastructure/voting/votingCreate.d.ts.map +0 -1
- package/dist/src/infrastructure/voting/votingInfo.d.ts +0 -4
- package/dist/src/infrastructure/voting/votingInfo.d.ts.map +0 -1
- package/dist/src/infrastructure/voting/votingUpdate.d.ts +0 -4
- package/dist/src/infrastructure/voting/votingUpdate.d.ts.map +0 -1
- package/dist/src/service/AccountServices.d.ts +0 -31
- package/dist/src/service/AccountServices.d.ts.map +0 -1
- package/dist/src/service/CertificateServices.d.ts +0 -23
- package/dist/src/service/CertificateServices.d.ts.map +0 -1
- package/dist/src/service/CmdServices.d.ts +0 -5
- package/dist/src/service/CmdServices.d.ts.map +0 -1
- package/dist/src/service/Logger.d.ts +0 -6
- package/dist/src/service/Logger.d.ts.map +0 -1
- package/dist/src/service/MessageServices.d.ts +0 -9
- package/dist/src/service/MessageServices.d.ts.map +0 -1
- package/dist/src/service/MosaicServices.d.ts +0 -18
- package/dist/src/service/MosaicServices.d.ts.map +0 -1
- package/dist/src/service/NamespaceServices.d.ts +0 -21
- package/dist/src/service/NamespaceServices.d.ts.map +0 -1
- package/dist/src/service/RepositoryFactory.d.ts +0 -26
- package/dist/src/service/RepositoryFactory.d.ts.map +0 -1
- package/dist/src/service/TransactionCheckServices.d.ts +0 -8
- package/dist/src/service/TransactionCheckServices.d.ts.map +0 -1
- package/dist/src/service/TransactionServices.d.ts +0 -26
- package/dist/src/service/TransactionServices.d.ts.map +0 -1
- package/dist/src/service/VotingServices.d.ts +0 -29
- package/dist/src/service/VotingServices.d.ts.map +0 -1
- package/dist/src/types/AccountInfo.d.ts +0 -20
- package/dist/src/types/AccountInfo.d.ts.map +0 -1
- package/dist/src/types/AccountType.d.ts +0 -10
- package/dist/src/types/AccountType.d.ts.map +0 -1
- package/dist/src/types/ConfigFile.d.ts +0 -25
- package/dist/src/types/ConfigFile.d.ts.map +0 -1
- package/dist/src/types/Environment.d.ts +0 -6
- package/dist/src/types/Environment.d.ts.map +0 -1
- package/dist/src/types/IAccountOption.d.ts +0 -18
- package/dist/src/types/IAccountOption.d.ts.map +0 -1
- package/dist/src/types/ILinkOption.d.ts +0 -4
- package/dist/src/types/ILinkOption.d.ts.map +0 -1
- package/dist/src/types/IMosaicOption.d.ts +0 -20
- package/dist/src/types/IMosaicOption.d.ts.map +0 -1
- package/dist/src/types/INamespaceOption.d.ts +0 -19
- package/dist/src/types/INamespaceOption.d.ts.map +0 -1
- package/dist/src/types/ITransactionOption.d.ts +0 -8
- package/dist/src/types/ITransactionOption.d.ts.map +0 -1
- package/dist/src/types/ITransferOption.d.ts +0 -11
- package/dist/src/types/ITransferOption.d.ts.map +0 -1
- package/dist/src/types/IVotingOption.d.ts +0 -25
- package/dist/src/types/IVotingOption.d.ts.map +0 -1
- package/dist/src/types/TransactionInfoDto.d.ts +0 -128
- package/dist/src/types/TransactionInfoDto.d.ts.map +0 -1
- package/dist/src/types/index.d.ts +0 -11
- package/dist/src/types/index.d.ts.map +0 -1
- package/dist/src/utils.d.ts +0 -9
- package/dist/src/utils.d.ts.map +0 -1
- package/src/.yarnrc +0 -2
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export interface IVotingCreateOption {
|
|
2
|
-
url?: string;
|
|
3
|
-
readfile?: string;
|
|
4
|
-
startepoch?: string;
|
|
5
|
-
endepoch?: string;
|
|
6
|
-
savedir: string;
|
|
7
|
-
privatekey?: string;
|
|
8
|
-
bod: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface IVotingInfoOption {
|
|
11
|
-
url?: string;
|
|
12
|
-
readfile?: string;
|
|
13
|
-
savedir: string;
|
|
14
|
-
bod: boolean;
|
|
15
|
-
}
|
|
16
|
-
export interface IVotingUpdateOption {
|
|
17
|
-
url?: string;
|
|
18
|
-
readfile?: string;
|
|
19
|
-
startepoch: string;
|
|
20
|
-
endepoch: string;
|
|
21
|
-
savedir: string;
|
|
22
|
-
privatekey?: string;
|
|
23
|
-
bod: boolean;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=IVotingOption.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IVotingOption.d.ts","sourceRoot":"","sources":["../../../src/types/IVotingOption.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,OAAO,CAAA;CACb;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,OAAO,CAAA;CACb;AAED,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,OAAO,CAAA;CACb"}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
export interface AggregateTransactionInfoDto {
|
|
2
|
-
type: string;
|
|
3
|
-
network: string;
|
|
4
|
-
aggregateSignerAddress: string;
|
|
5
|
-
transactions: TransactionInfoDto[];
|
|
6
|
-
date?: string;
|
|
7
|
-
maxFee?: string;
|
|
8
|
-
}
|
|
9
|
-
export interface TransactionInfoDto {
|
|
10
|
-
type: any;
|
|
11
|
-
network: string;
|
|
12
|
-
signerAddress: string;
|
|
13
|
-
date?: string;
|
|
14
|
-
recipientAddress?: string;
|
|
15
|
-
mosaics?: MosaicInfoDto[];
|
|
16
|
-
message?: string;
|
|
17
|
-
maxFee?: number;
|
|
18
|
-
txInfo?: any;
|
|
19
|
-
mosaicDifinition?: MosaicDefinitionDto;
|
|
20
|
-
mosaicAlias?: MosaicAliasDto;
|
|
21
|
-
mosaicSupplyChange?: MosaicSupplyChangeDto;
|
|
22
|
-
mosaicMetadata?: MosaicMetadataDto;
|
|
23
|
-
accountAddressRestriction?: AccountAddressRestrictionDto;
|
|
24
|
-
accountOperationRestriction?: AccountOperationRestrictionDto;
|
|
25
|
-
namespaceRegistration?: NamespaceRegistrationDto;
|
|
26
|
-
namespaceMetadata?: NamespaceMetadataDto;
|
|
27
|
-
hashLock?: HashLockDto;
|
|
28
|
-
secretLock?: SecretLockDto;
|
|
29
|
-
secretProof?: SecretProofDto;
|
|
30
|
-
accountMetadata?: AccountMetadataDto;
|
|
31
|
-
multisigAccountModification?: MultisigAccountModificationDto;
|
|
32
|
-
addressAlias?: AddressAliasDto;
|
|
33
|
-
mosaicGlobalRestriction?: MosaicGlobalRestrictionDto;
|
|
34
|
-
}
|
|
35
|
-
export interface MosaicInfoDto {
|
|
36
|
-
mosaicId: string;
|
|
37
|
-
namespace?: string;
|
|
38
|
-
amount: number;
|
|
39
|
-
}
|
|
40
|
-
export interface MosaicDefinitionDto {
|
|
41
|
-
mosaicId: string;
|
|
42
|
-
divisibility: number;
|
|
43
|
-
duration: number;
|
|
44
|
-
flags: {
|
|
45
|
-
transferable: boolean;
|
|
46
|
-
supplyMutable: boolean;
|
|
47
|
-
restrictable: boolean;
|
|
48
|
-
revokable: boolean;
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
export interface MosaicAliasDto {
|
|
52
|
-
mosaicId: string;
|
|
53
|
-
namespaceId: string;
|
|
54
|
-
alias: string;
|
|
55
|
-
}
|
|
56
|
-
export interface MosaicSupplyChangeDto {
|
|
57
|
-
mosaicId: string;
|
|
58
|
-
delta: number;
|
|
59
|
-
}
|
|
60
|
-
export interface MosaicMetadataDto {
|
|
61
|
-
mosaicId: string;
|
|
62
|
-
metadataKey: string;
|
|
63
|
-
metadataValue: string;
|
|
64
|
-
}
|
|
65
|
-
export interface AccountAddressRestrictionDto {
|
|
66
|
-
restrictionFlags: string;
|
|
67
|
-
restrictionAdditions: string[];
|
|
68
|
-
restrictionDeletions: string[];
|
|
69
|
-
}
|
|
70
|
-
export interface AccountOperationRestrictionDto {
|
|
71
|
-
restrictionFlags: string;
|
|
72
|
-
restrictionAdditions: string[];
|
|
73
|
-
restrictionDeletions: string[];
|
|
74
|
-
}
|
|
75
|
-
export interface NamespaceRegistrationDto {
|
|
76
|
-
name: string;
|
|
77
|
-
namespaceId: string;
|
|
78
|
-
parentId: string;
|
|
79
|
-
duration: number;
|
|
80
|
-
registrationType: string;
|
|
81
|
-
}
|
|
82
|
-
export interface NamespaceMetadataDto {
|
|
83
|
-
namespaceId: string;
|
|
84
|
-
metadataKey: string;
|
|
85
|
-
metadataValue: string;
|
|
86
|
-
}
|
|
87
|
-
export interface HashLockDto {
|
|
88
|
-
hash: string;
|
|
89
|
-
duration: number;
|
|
90
|
-
}
|
|
91
|
-
export interface SecretLockDto {
|
|
92
|
-
secret: string;
|
|
93
|
-
hashAlgorithm: string;
|
|
94
|
-
duration: number;
|
|
95
|
-
recipientAddress: string;
|
|
96
|
-
}
|
|
97
|
-
export interface SecretProofDto {
|
|
98
|
-
secret: string;
|
|
99
|
-
proof: string;
|
|
100
|
-
hashAlgorithm: string;
|
|
101
|
-
recipientAddress: string;
|
|
102
|
-
}
|
|
103
|
-
export interface AccountMetadataDto {
|
|
104
|
-
targetAddress: string;
|
|
105
|
-
metadataKey: string;
|
|
106
|
-
metadataValue: string;
|
|
107
|
-
}
|
|
108
|
-
export interface MultisigAccountModificationDto {
|
|
109
|
-
minApprovalDelta: number;
|
|
110
|
-
minRemovalDelta: number;
|
|
111
|
-
addressAdditions: string[];
|
|
112
|
-
addressDeletions: string[];
|
|
113
|
-
}
|
|
114
|
-
export interface AddressAliasDto {
|
|
115
|
-
address: string;
|
|
116
|
-
namespaceId: string;
|
|
117
|
-
aliasAction: string;
|
|
118
|
-
}
|
|
119
|
-
export interface MosaicGlobalRestrictionDto {
|
|
120
|
-
mosaicId: string;
|
|
121
|
-
referenceMosaicId: string;
|
|
122
|
-
restrictionKey: string;
|
|
123
|
-
previousRestrictionValue: number;
|
|
124
|
-
newRestrictionValue: number;
|
|
125
|
-
previousRestrictionType: string;
|
|
126
|
-
newRestrictionType: string;
|
|
127
|
-
}
|
|
128
|
-
//# sourceMappingURL=TransactionInfoDto.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionInfoDto.d.ts","sourceRoot":"","sources":["../../../src/types/TransactionInfoDto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './AccountType';
|
|
2
|
-
export * from './AccountInfo';
|
|
3
|
-
export * from './IAccountOption';
|
|
4
|
-
export * from './ITransactionOption';
|
|
5
|
-
export * from './ITransferOption';
|
|
6
|
-
export * from './ILinkOption';
|
|
7
|
-
export * from './ConfigFile';
|
|
8
|
-
export * from './IVotingOption';
|
|
9
|
-
export * from './IMosaicOption';
|
|
10
|
-
export * from './INamespaceOption';
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA"}
|
package/dist/src/utils.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ConfigFile } from './types';
|
|
2
|
-
export declare const readConfig: (filename: string) => Promise<ConfigFile>;
|
|
3
|
-
export declare const writeConfig: (filename: string, data: string) => Promise<void>;
|
|
4
|
-
export declare const writeFile: (filename: string, data: string | Uint8Array) => Promise<void>;
|
|
5
|
-
export declare const readFile: (filename: string) => Promise<string>;
|
|
6
|
-
export declare const checkFile: (filename: string) => Promise<boolean>;
|
|
7
|
-
export declare const checkDir: (filepath: string) => Promise<boolean>;
|
|
8
|
-
export declare const createDir: (dirpath: string) => Promise<string | undefined>;
|
|
9
|
-
//# sourceMappingURL=utils.d.ts.map
|
package/dist/src/utils.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEpC,eAAO,MAAM,UAAU,aAAoB,MAAM,KAAG,QAAQ,UAAU,CAErE,CAAA;AAED,eAAO,MAAM,WAAW,aAAoB,MAAM,QAAQ,MAAM,kBAE/D,CAAA;AAED,eAAO,MAAM,SAAS,aAAoB,MAAM,QAAQ,MAAM,GAAG,UAAU,kBAE1E,CAAA;AAED,eAAO,MAAM,QAAQ,aAAoB,MAAM,oBAE9C,CAAA;AAED,eAAO,MAAM,SAAS,aAAoB,MAAM,qBAM/C,CAAA;AAED,eAAO,MAAM,QAAQ,aAAoB,MAAM,qBAM9C,CAAA;AAED,eAAO,MAAM,SAAS,YAAmB,MAAM,gCAE9C,CAAA"}
|
package/src/.yarnrc
DELETED