MsgServiceBase constructor

MsgServiceBase()

Implementation

MsgServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$1.MsgGrantAllowance, $1.MsgGrantAllowanceResponse>(
          'GrantAllowance',
          grantAllowance_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $1.MsgGrantAllowance.fromBuffer(value),
          ($1.MsgGrantAllowanceResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.MsgRevokeAllowance,
          $1.MsgRevokeAllowanceResponse>(
      'RevokeAllowance',
      revokeAllowance_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.MsgRevokeAllowance.fromBuffer(value),
      ($1.MsgRevokeAllowanceResponse value) => value.writeToBuffer()));
}