TripCircuitBreaker pauses processing of Msg's in the state machine.
post/cosmos.circuit.v1.Msg/TripCircuitBreaker
Request body
authoritystring
authority is the account authorized to trip the circuit breaker.
msg_type_urlsstring[]
msg_type_urls specifies a list of type URLs to immediately stop processing.
IF IT IS LEFT EMPTY, ALL MSG PROCESSING WILL STOP IMMEDIATELY.
This value is validated against the authority's permissions and if the
authority does not have permissions to trip the specified msg type URLs
(or all URLs), the operation will fail.