show

Read Content from File

Read the content at the provided file path. The accepted formats can be enum SuiKeyPair (Base64 encoded of 33-byte flag || privkey) or type AuthorityKeyPair (Base64 encoded privkey). It prints the Base64 encoded public key and the key scheme flag.

Usage

movement sui keytool show [OPTIONS] <FILE>

Arguments

  • <FILE>: path to the file containing the key content.

Options

  • --json: Return command outputs in JSON format.

  • -h, --help: Print help.

  • -V, --version: Print version.

Last updated