evmos.proto.autogen.py.cosmos.crisis.v1beta1

Classes

GenesisState(constant_fee)

GenesisState defines the crisis module's genesis state.

MsgBase()

MsgStub(channel, *[, timeout, deadline, ...])

MsgVerifyInvariant(sender, ...)

MsgVerifyInvariant represents a message to verify a particular invariance.

MsgVerifyInvariantResponse()

MsgVerifyInvariantResponse defines the Msg/VerifyInvariant response type.

class evmos.proto.autogen.py.cosmos.crisis.v1beta1.GenesisState(constant_fee: ~evmos.proto.autogen.py.cosmos.base.v1beta1.Coin = <object object>)[source]

Bases: Message

GenesisState defines the crisis module’s genesis state.

constant_fee: Coin = <object object>

constant_fee is the fee used to verify the invariant in the crisis module.

class evmos.proto.autogen.py.cosmos.crisis.v1beta1.MsgBase[source]

Bases: ServiceBase

async verify_invariant(msg_verify_invariant: MsgVerifyInvariant) MsgVerifyInvariantResponse[source]
class evmos.proto.autogen.py.cosmos.crisis.v1beta1.MsgStub(channel: Channel, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[Union[Mapping[str, Union[str, bytes]], Collection[Tuple[str, Union[str, bytes]]]]] = None)[source]

Bases: ServiceStub

async verify_invariant(msg_verify_invariant: MsgVerifyInvariant, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) MsgVerifyInvariantResponse[source]
class evmos.proto.autogen.py.cosmos.crisis.v1beta1.MsgVerifyInvariant(sender: str = <object object>, invariant_module_name: str = <object object>, invariant_route: str = <object object>)[source]

Bases: Message

MsgVerifyInvariant represents a message to verify a particular invariance.

invariant_module_name: str = <object object>
invariant_route: str = <object object>
sender: str = <object object>
class evmos.proto.autogen.py.cosmos.crisis.v1beta1.MsgVerifyInvariantResponse[source]

Bases: Message

MsgVerifyInvariantResponse defines the Msg/VerifyInvariant response type.