decode-multi-sig

Decode MultiSig Signature

Given a Base64 encoded MultiSig signature, decode its components. If tx_bytes is passed in, verify the multisig.

Usage

movement sui keytool decode-multi-sig [OPTIONS] --multisig <MULTISIG>

Options

  • --multisig <MULTISIG>

  • --json Return command outputs in json format.

  • --tx-bytes <TX_BYTES>

Note:

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

  • -V, --version Print version.

Last updated