MsgServiceBase class abstract
- Annotations
-
- @GrpcServiceName('cosmos.upgrade.v1beta1.Msg')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
cancelUpgrade(
ServiceCall call, MsgCancelUpgrade request) → Future< MsgCancelUpgradeResponse> -
cancelUpgrade_Pre(
ServiceCall call, Future< MsgCancelUpgrade> request) → Future<MsgCancelUpgradeResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
softwareUpgrade(
ServiceCall call, MsgSoftwareUpgrade request) → Future< MsgSoftwareUpgradeResponse> -
softwareUpgrade_Pre(
ServiceCall call, Future< MsgSoftwareUpgrade> request) → Future<MsgSoftwareUpgradeResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited