We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176153 commit 1be1899Copy full SHA for 1be1899
src/index.ts
@@ -1,10 +1,7 @@
1
#!/usr/bin/env node
2
3
import { CCKey } from "codechain-keystore";
4
-import {
5
- AssetTransferAddress,
6
- PlatformAddress
7
-} from "codechain-primitives";
+import { AssetTransferAddress, PlatformAddress } from "codechain-primitives";
8
import * as program from "commander";
9
import * as fs from "fs";
10
import * as _ from "lodash";
src/util.ts
@@ -1,8 +1,5 @@
import { Key } from "codechain-keystore/lib/types";
import _ = require("lodash");
import { CLIError, CLIErrorType } from "./error";
0 commit comments