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 fc82718 commit 025232eCopy full SHA for 025232e
src/index.ts
@@ -146,6 +146,12 @@ program.on("--help", () => {
146
cckey list -t asset
147
148
cckey delete -t platform --address "tcc..."
149
+
150
+ cckey import UTC--2018-08-14T06-30-23Z--bbb6685e-7165-819d-0988-fc1a7d2d0523 -t platform --passphrase "satoshi"
151
152
+ cckey export -t platform --address tccqz76va4lh6dwkuwetmfrcgpn852emyq9hvjuksfg --passphrase "satoshi"
153
154
+ cckey import-raw -t platform a05f81608217738d99da8fd227897b87e8890d3c9159b559c7c8bbd408e5fb6e --passphrase "satoshi"
155
`);
156
});
157
0 commit comments