unpack

Unpack Sui Keytool

This command takes an enum SuiKeyPair of Base64 encoded 33-byte flag || privkey and outputs the keypair into a file at the current directory where the address is the filename. It also prints out the Sui address, Base64 encoded public key, the key scheme, and the key scheme flag.

Usage

movement sui keytool unpack [OPTIONS] <KEYPAIR>

Arguments

  • <KEYPAIR>

Options

  • --json Return command outputs in JSON format.

  • -h, --help Print help (see a summary with '-h').

  • -V, --version Print version.

Note: Options -h and -V are built-in options for all commands and do not need to be explicitly specified.

Last updated