multi-sig-address

To MultiSig Sui Address

Pass in a list of all public keys flag || pk in Base64. See keytool list for example public keys.

Usage

movement sui keytool multi-sig-address [OPTIONS] --threshold <THRESHOLD>

Options

  • --threshold <THRESHOLD>

  • --json Return command outputs in json format.

  • --pks <PKS>...

  • --weights <WEIGHTS>...

Note: The following options are also available:

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

  • -V, --version Print version.

Last updated