sign

Create Signature Using Private Key

Creates a signature using the private key for the given address in sui keystore. The signature commits to a struct IntentMessage consisting of the Base64 encoded of the BCS serialized transaction bytes itself and its intent. If the intent is absent, the default will be used.

Usage

movement sui keytool sign [OPTIONS] --address <ADDRESS> --data <DATA>

Options

  • --address <ADDRESS>

  • --data <DATA>

  • --json Return command outputs in json format.

  • --intent <INTENT>

Note: Options -h, --help and -V, --version are available for printing help and the version respectively.

Last updated