MsgServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
fundCommunityPool(
ServiceCall call, MsgFundCommunityPool request) → Future< MsgFundCommunityPoolResponse> -
fundCommunityPool_Pre(
ServiceCall call, Future< MsgFundCommunityPool> request) → Future<MsgFundCommunityPoolResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setWithdrawAddress(
ServiceCall call, MsgSetWithdrawAddress request) → Future< MsgSetWithdrawAddressResponse> -
setWithdrawAddress_Pre(
ServiceCall call, Future< MsgSetWithdrawAddress> request) → Future<MsgSetWithdrawAddressResponse> -
toString(
) → String -
A string representation of this object.
inherited
-
withdrawDelegatorReward(
ServiceCall call, MsgWithdrawDelegatorReward request) → Future< MsgWithdrawDelegatorRewardResponse> -
withdrawDelegatorReward_Pre(
ServiceCall call, Future< MsgWithdrawDelegatorReward> request) → Future<MsgWithdrawDelegatorRewardResponse> -
withdrawValidatorCommission(
ServiceCall call, MsgWithdrawValidatorCommission request) → Future< MsgWithdrawValidatorCommissionResponse> -
withdrawValidatorCommission_Pre(
ServiceCall call, Future< MsgWithdrawValidatorCommission> request) → Future<MsgWithdrawValidatorCommissionResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited