Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 531 Bytes

05_client.md

File metadata and controls

31 lines (20 loc) · 531 Bytes

Client

CLI

A user can query and interact with the crisis module using the CLI.

Transactions

The tx commands allow users to interact with the crisis module.

simd tx crisis --help

invariant-broken

The invariant-broken command submits proof when an invariant was broken to halt the chain

simd tx crisis invariant-broken [module-name] [invariant-route] [flags]

Example:

simd tx crisis invariant-broken bank total-supply --from=[keyname or address]