serialize-payload-pop

Serialize Payload for Proof of Possession

Serializes the payload that is used to generate Proof of Possession. This is useful to take the payload offline for an Authority protocol keypair to sign.

Usage

movement sui validator serialize-payload-pop [OPTIONS] --account-address <account-address> --protocol-public-key <protocol-public-key>

Options

  • --account-address <account-address> Authority account address encoded in hex with 0x prefix.

  • --protocol-public-key <protocol-public-key> Authority protocol public key encoded in hex.

  • --json Return command outputs in json format.

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

  • -V, --version Print version.

Last updated