MsgServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.distribution.v1beta1.Msg')

Constructors

MsgServiceBase.new()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
communityPoolSpend(ServiceCall call, MsgCommunityPoolSpend request) Future<MsgCommunityPoolSpendResponse>
communityPoolSpend_Pre(ServiceCall call, Future<MsgCommunityPoolSpend> request) Future<MsgCommunityPoolSpendResponse>
depositValidatorRewardsPool(ServiceCall call, MsgDepositValidatorRewardsPool request) Future<MsgDepositValidatorRewardsPoolResponse>
depositValidatorRewardsPool_Pre(ServiceCall call, Future<MsgDepositValidatorRewardsPool> request) Future<MsgDepositValidatorRewardsPoolResponse>
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
updateParams(ServiceCall call, MsgUpdateParams request) Future<MsgUpdateParamsResponse>
updateParams_Pre(ServiceCall call, Future<MsgUpdateParams> request) Future<MsgUpdateParamsResponse>
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