MsgServiceBase constructor

MsgServiceBase()

Implementation

MsgServiceBase() {
  $addMethod($grpc.ServiceMethod<$1.MsgSetWithdrawAddress,
          $1.MsgSetWithdrawAddressResponse>(
      'SetWithdrawAddress',
      setWithdrawAddress_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.MsgSetWithdrawAddress.fromBuffer(value),
      ($1.MsgSetWithdrawAddressResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.MsgWithdrawDelegatorReward,
          $1.MsgWithdrawDelegatorRewardResponse>(
      'WithdrawDelegatorReward',
      withdrawDelegatorReward_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.MsgWithdrawDelegatorReward.fromBuffer(value),
      ($1.MsgWithdrawDelegatorRewardResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.MsgWithdrawValidatorCommission,
          $1.MsgWithdrawValidatorCommissionResponse>(
      'WithdrawValidatorCommission',
      withdrawValidatorCommission_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.MsgWithdrawValidatorCommission.fromBuffer(value),
      ($1.MsgWithdrawValidatorCommissionResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.MsgFundCommunityPool,
          $1.MsgFundCommunityPoolResponse>(
      'FundCommunityPool',
      fundCommunityPool_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.MsgFundCommunityPool.fromBuffer(value),
      ($1.MsgFundCommunityPoolResponse value) => value.writeToBuffer()));
}