Skip to content

Files

Latest commit

3f32aae · Dec 27, 2024

History

History
34 lines (23 loc) · 854 Bytes
·

neofs-cli_control_notary_sign.md

File metadata and controls

34 lines (23 loc) · 854 Bytes
·

neofs-cli control notary sign

Sign notary request by its hash

Synopsis

Sign notary request by its hash

neofs-cli control notary sign [flags]

Options

      --address string     Address of wallet account
      --endpoint string    Remote node control address (as 'multiaddr' or '<host>:<port>')
      --hash string        hash of the notary request
  -h, --help               help for sign
  -t, --timeout duration   Timeout for the operation (default 15s)
  -w, --wallet string      Path to the wallet

Options inherited from parent commands

  -c, --config string   Config file (default is $HOME/.config/neofs-cli/config.yaml)
  -v, --verbose         Verbose output

SEE ALSO